home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20000824-20010305 / 000004_news@columbia.edu _Sat Aug 26 11:07:20 2000.msg < prev    next >
Internet Message Format  |  2001-03-05  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id LAA06601
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Sat, 26 Aug 2000 11:07:20 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA29445
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 26 Aug 2000 11:07:19 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id KAA04168
  10.     for kermit.misc@watsun.cc.columbia.edu; Sat, 26 Aug 2000 10:52:22 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jaltman@columbia.edu (Jeffrey Altman)
  13. Subject: Re: HTTP
  14. Date: 26 Aug 2000 14:52:21 GMT
  15. Organization: Columbia University
  16. Message-ID: <8o8lj5$425$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <elqeqs8o5o7io5hne1hdrlgnq5jst7n3p6@4ax.com>,
  20. Michael Sundermann  <michael.sundermann@acm.org> wrote:
  21. : >"GET /" is not a valid HTTP command.  You need to specify the HTTP version
  22. : Maybe this is wrong, but it works wirh Kermit 1.1.17 and
  23. : with Windows telnet.exe
  24. If it works with 1.1.17 then it will work with 1.1.20 provided
  25. that your web server supports it.  http://www.columbia.edu/ does not.
  26.  
  27.   [D:/kermit/src/] C-Kermit>set term echo on
  28.   [D:/kermit/src/] C-Kermit>set host www http /none
  29.    DNS Lookup...  Trying 128.59.59.54...  Reverse DNS Lookup... (OK)
  30.    www-4.cc.columbia.edu connected on port http
  31.   [D:/kermit/src/] C-Kermit>connect
  32.  
  33. Entering CONNECT mode:
  34.  
  35.   GET / HTTP/1.0
  36.  
  37.   HTTP/1.1 200 OK
  38.   Date: Sat, 26 Aug 2000 14:46:34 GMT
  39.   Server: Apache/1.3.4 (Unix)
  40.   Last-Modified: Fri, 25 Aug 2000 20:20:40 GMT
  41.   ETag: "69bc-3a9d-39a6d518"
  42.   Accept-Ranges: bytes
  43.   Content-Length: 15005
  44.   Connection: close
  45.   Content-Type: text/html
  46.  
  47.   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
  48.   ....
  49.  
  50. Return to Command Mode:
  51.  
  52.   Connection closed.
  53.  
  54. I have found a few web servers that support the use of 
  55.  
  56.   GET /
  57.  
  58. by itself, but when that form is provided the servers do not respond
  59. with the HTTP headers and instead only send the index file for the 
  60. root directory.
  61.  
  62.                   Jeffrey Altman * Sr.Software Designer
  63.                  The Kermit Project * Columbia University
  64.                612 West 115th St * New York, NY * 10025 * USA
  65.      http://www.kermit-project.org/ * kermit-support@kermit-project.org